home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-08-23 | 1.4 KB | 54 lines | [TEXT/ttxt] |
- // Copyright (C) 1995-2000 CESI. All rights reserved.
-
- // Determines if backgrounds will default to black in new
- // instrument windows.
-
- appvar DefaultBackgroundsToBlack = True;
-
- // The colors used to represent activation phases.
-
- appvar ActivationPhase0Red = 1;
- appvar ActivationPhase0Green = 0;
- appvar ActivationPhase0Blue = 1;
-
- appvar ActivationPhase1Red = 1;
- appvar ActivationPhase1Green = 0;
- appvar ActivationPhase1Blue = .35;
-
- appvar ActivationPhase2Red = 1;
- appvar ActivationPhase2Green = .3;
- appvar ActivationPhase2Blue = 0;
-
- appvar ActivationPhase3ARPRed = 1;
- appvar ActivationPhase3ARPGreen = .7;
- appvar ActivationPhase3ARPBlue = 0;
-
- appvar ActivationPhase3RRPRed = 1;
- appvar ActivationPhase3RRPGreen = 1;
- appvar ActivationPhase3RRPBlue = 0;
-
- appvar ActivationPhase4Red = 0;
- appvar ActivationPhase4Green = 1;
- appvar ActivationPhase4Blue = 0;
-
- // Grid colors used for ECG and HDG graphs on white
- // and black backgrounds.
-
- appvar GraphGridOnWhiteRed = .75;
- appvar GraphGridOnWhiteGreen = 1;
- appvar GraphGridOnWhiteBlue = .75;
-
- appvar GraphGridOnBlackRed = .15;
- appvar GraphGridOnBlackGreen = .2;
- appvar GraphGridOnBlackBlue = .15;
-
- // The initial log window position (in pixels).
-
- appvar LogWindowHor = 10;
- appvar LogWindowVert = 60;
-
- // Horizontal offset to be used for new windows (in pixels). This may
- // be used to bring up new windows on an alternate monitor.
-
- appvar NewWindowHorOffset = 10;
-